1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmSTOCKADD
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmSTOCKADD))
26         Me.Panel1 = New System.Windows.Forms.Panel
27         Me.Label2 = New System.Windows.Forms.Label
28         Me.Label1 = New System.Windows.Forms.Label
29         Me.PictureBox1 = New System.Windows.Forms.PictureBox
30         Me.GroupBox1 = New System.Windows.Forms.GroupBox
31         Me.txtdelivery = New System.Windows.Forms.TextBox
32         Me.txtaddress = New System.Windows.Forms.TextBox
33         Me.Label11 = New System.Windows.Forms.Label
34         Me.Label10 = New System.Windows.Forms.Label
35         Me.cmbsupplier = New System.Windows.Forms.ComboBox
36         Me.Label9 = New System.Windows.Forms.Label
37         Me.dtreceived = New System.Windows.Forms.DateTimePicker
38         Me.Label8 = New System.Windows.Forms.Label
39         Me.dtPicker = New System.Windows.Forms.DateTimePicker
40         Me.Label7 = New System.Windows.Forms.Label
41         Me.txtqty = New System.Windows.Forms.TextBox
42         Me.Label6 = New System.Windows.Forms.Label
43         Me.txtbarcode = New System.Windows.Forms.TextBox
44         Me.Label5 = New System.Windows.Forms.Label
45         Me.txtdesc = New System.Windows.Forms.TextBox
46         Me.Label4 = New System.Windows.Forms.Label
47         Me.txtproductid = New System.Windows.Forms.TextBox
48         Me.Label3 = New System.Windows.Forms.Label
49         Me.cmdSave = New System.Windows.Forms.Button
50         Me.cmdCancel = New System.Windows.Forms.Button
51         Me.Panel1.SuspendLayout()
52         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
53         Me.GroupBox1.SuspendLayout()
54         Me.SuspendLayout()
55         
'
56         
'Panel1
57         
'
58         Me.Panel1.Controls.Add(Me.Label2)
59         Me.Panel1.Controls.Add(Me.Label1)
60         Me.Panel1.Controls.Add(Me.PictureBox1)
61         Me.Panel1.Location = New System.Drawing.Point(
2, 6)
62         Me.Panel1.Name =
"Panel1"
63         Me.Panel1.Size = New System.Drawing.Size(
296, 45)
64         Me.Panel1.TabIndex =
100
65         
'
66         
'Label2
67         
'
68         Me.Label2.AutoSize = True
69         Me.Label2.Location = New System.Drawing.Point(
54, 22)
70         Me.Label2.Name =
"Label2"
71         Me.Label2.Size = New System.Drawing.Size(
111, 13)
72         Me.Label2.TabIndex =
222
73         Me.Label2.Text =
"Display supplies entry"
74         
'
75         
'Label1
76         
'
77         Me.Label1.AutoSize = True
78         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
79         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
80         Me.Label1.Location = New System.Drawing.Point(
53, 3)
81         Me.Label1.Name =
"Label1"
82         Me.Label1.Size = New System.Drawing.Size(
156, 19)
83         Me.Label1.TabIndex =
102
84         Me.Label1.Text =
"Stock Information"
85         
'
86         
'PictureBox1
87         
'
88         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
89         Me.PictureBox1.Location = New System.Drawing.Point(
3, 0)
90         Me.PictureBox1.Name =
"PictureBox1"
91         Me.PictureBox1.Size = New System.Drawing.Size(
44, 40)
92         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
93         Me.PictureBox1.TabIndex =
0
94         Me.PictureBox1.TabStop = False
95         
'
96         
'GroupBox1
97         
'
98         Me.GroupBox1.Controls.Add(Me.txtdelivery)
99         Me.GroupBox1.Controls.Add(Me.txtaddress)
100         Me.GroupBox1.Controls.Add(Me.Label11)
101         Me.GroupBox1.Controls.Add(Me.Label10)
102         Me.GroupBox1.Controls.Add(Me.cmbsupplier)
103         Me.GroupBox1.Controls.Add(Me.Label9)
104         Me.GroupBox1.Controls.Add(Me.dtreceived)
105         Me.GroupBox1.Controls.Add(Me.Label8)
106         Me.GroupBox1.Controls.Add(Me.dtPicker)
107         Me.GroupBox1.Controls.Add(Me.Label7)
108         Me.GroupBox1.Controls.Add(Me.txtqty)
109         Me.GroupBox1.Controls.Add(Me.Label6)
110         Me.GroupBox1.Controls.Add(Me.txtbarcode)
111         Me.GroupBox1.Controls.Add(Me.Label5)
112         Me.GroupBox1.Controls.Add(Me.txtdesc)
113         Me.GroupBox1.Controls.Add(Me.Label4)
114         Me.GroupBox1.Controls.Add(Me.txtproductid)
115         Me.GroupBox1.Controls.Add(Me.Label3)
116         Me.GroupBox1.Location = New System.Drawing.Point(
5, 47)
117         Me.GroupBox1.Name =
"GroupBox1"
118         Me.GroupBox1.Size = New System.Drawing.Size(
316, 222)
119         Me.GroupBox1.TabIndex =
101
120         Me.GroupBox1.TabStop = False
121         
'
122         
'txtdelivery
123         
'
124         Me.txtdelivery.Location = New System.Drawing.Point(
117, 107)
125         Me.txtdelivery.MaxLength =
50
126         Me.txtdelivery.Name =
"txtdelivery"
127         Me.txtdelivery.Size = New System.Drawing.Size(
184, 21)
128         Me.txtdelivery.TabIndex =
3
129         
'
130         
'txtaddress
131         
'
132         Me.txtaddress.Location = New System.Drawing.Point(
117, 85)
133         Me.txtaddress.MaxLength =
50
134         Me.txtaddress.Name =
"txtaddress"
135         Me.txtaddress.Size = New System.Drawing.Size(
184, 21)
136         Me.txtaddress.TabIndex =
2
137         
'
138         
'Label11
139         
'
140         Me.Label11.AutoSize = True
141         Me.Label11.Location = New System.Drawing.Point(
31, 112)
142         Me.Label11.Name =
"Label11"
143         Me.Label11.Size = New System.Drawing.Size(
80, 13)
144         Me.Label11.TabIndex =
208
145         Me.Label11.Text =
"Delivery Term :"
146         
'
147         
'Label10
148         
'
149         Me.Label10.AutoSize = True
150         Me.Label10.Location = New System.Drawing.Point(
58, 93)
151         Me.Label10.Name =
"Label10"
152         Me.Label10.Size = New System.Drawing.Size(
53, 13)
153         Me.Label10.TabIndex =
207
154         Me.Label10.Text =
"Address :"
155         
'
156         
'cmbsupplier
157         
'
158         Me.cmbsupplier.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
159         Me.cmbsupplier.FormattingEnabled = True
160         Me.cmbsupplier.Location = New System.Drawing.Point(
117, 42)
161         Me.cmbsupplier.Name =
"cmbsupplier"
162         Me.cmbsupplier.Size = New System.Drawing.Size(
183, 21)
163         Me.cmbsupplier.TabIndex =
0
164         
'
165         
'Label9
166         
'
167         Me.Label9.AutoSize = True
168         Me.Label9.Location = New System.Drawing.Point(
29, 46)
169         Me.Label9.Name =
"Label9"
170         Me.Label9.Size = New System.Drawing.Size(
82, 13)
171         Me.Label9.TabIndex =
206
172         Me.Label9.Text =
"Supplier Name :"
173         
'
174         
'dtreceived
175         
'
176         Me.dtreceived.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
177         Me.dtreceived.Location = New System.Drawing.Point(
117, 195)
178         Me.dtreceived.Name =
"dtreceived"
179         Me.dtreceived.Size = New System.Drawing.Size(
183, 21)
180         Me.dtreceived.TabIndex =
7
181         
'
182         
'Label8
183         
'
184         Me.Label8.AutoSize = True
185         Me.Label8.Location = New System.Drawing.Point(
27, 199)
186         Me.Label8.Name =
"Label8"
187         Me.Label8.Size = New System.Drawing.Size(
84, 13)
188         Me.Label8.TabIndex =
204
189         Me.Label8.Text =
"Date Received :"
190         
'
191         
'dtPicker
192         
'
193         Me.dtPicker.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
194         Me.dtPicker.Location = New System.Drawing.Point(
117, 173)
195         Me.dtPicker.Name =
"dtPicker"
196         Me.dtPicker.Size = New System.Drawing.Size(
184, 21)
197         Me.dtPicker.TabIndex =
6
198         
'
199         
'Label7
200         
'
201         Me.Label7.AutoSize = True
202         Me.Label7.Location = New System.Drawing.Point(
21, 177)
203         Me.Label7.Name =
"Label7"
204         Me.Label7.Size = New System.Drawing.Size(
90, 13)
205         Me.Label7.TabIndex =
20
206         Me.Label7.Text =
"Date Purchased :"
207         
'
208         
'txtqty
209         
'
210         Me.txtqty.Location = New System.Drawing.Point(
117, 151)
211         Me.txtqty.MaxLength =
50
212         Me.txtqty.Name =
"txtqty"
213         Me.txtqty.Size = New System.Drawing.Size(
100, 21)
214         Me.txtqty.TabIndex =
5
215         
'
216         
'Label6
217         
'
218         Me.Label6.AutoSize = True
219         Me.Label6.Location = New System.Drawing.Point(
39, 155)
220         Me.Label6.Name =
"Label6"
221         Me.Label6.Size = New System.Drawing.Size(
72, 13)
222         Me.Label6.TabIndex =
17
223         Me.Label6.Text =
"Product Qty :"
224         
'
225         
'txtbarcode
226         
'
227         Me.txtbarcode.BackColor = System.Drawing.Color.White
228         Me.txtbarcode.Location = New System.Drawing.Point(
117, 129)
229         Me.txtbarcode.MaxLength =
50
230         Me.txtbarcode.Name =
"txtbarcode"
231         Me.txtbarcode.ReadOnly = True
232         Me.txtbarcode.Size = New System.Drawing.Size(
183, 21)
233         Me.txtbarcode.TabIndex =
4
234         
'
235         
'Label5
236         
'
237         Me.Label5.AutoSize = True
238         Me.Label5.Location = New System.Drawing.Point(
18, 133)
239         Me.Label5.Name =
"Label5"
240         Me.Label5.Size = New System.Drawing.Size(
93, 13)
241         Me.Label5.TabIndex =
15
242         Me.Label5.Text =
"Product Barcode :"
243         
'
244         
'txtdesc
245         
'
246         Me.txtdesc.Location = New System.Drawing.Point(
117, 63)
247         Me.txtdesc.MaxLength =
50
248         Me.txtdesc.Name =
"txtdesc"
249         Me.txtdesc.Size = New System.Drawing.Size(
183, 21)
250         Me.txtdesc.TabIndex =
1
251         
'
252         
'Label4
253         
'
254         Me.Label4.AutoSize = True
255         Me.Label4.Location = New System.Drawing.Point(
4, 68)
256         Me.Label4.Name =
"Label4"
257         Me.Label4.Size = New System.Drawing.Size(
107, 13)
258         Me.Label4.TabIndex =
13
259         Me.Label4.Text =
"Product Description :"
260         
'
261         
'txtproductid
262         
'
263         Me.txtproductid.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
264         Me.txtproductid.Location = New System.Drawing.Point(
117, 20)
265         Me.txtproductid.Name =
"txtproductid"
266         Me.txtproductid.ReadOnly = True
267         Me.txtproductid.Size = New System.Drawing.Size(
100, 21)
268         Me.txtproductid.TabIndex =
203
269         
'
270         
'Label3
271         
'
272         Me.Label3.AutoSize = True
273         Me.Label3.Location = New System.Drawing.Point(
46, 28)
274         Me.Label3.Name =
"Label3"
275         Me.Label3.Size = New System.Drawing.Size(
65, 13)
276         Me.Label3.TabIndex =
11
277         Me.Label3.Text =
"Product ID :"
278         
'
279         
'cmdSave
280         
'
281         Me.cmdSave.Location = New System.Drawing.Point(
8, 275)
282         Me.cmdSave.Name =
"cmdSave"
283         Me.cmdSave.Size = New System.Drawing.Size(
65, 23)
284         Me.cmdSave.TabIndex =
8
285         Me.cmdSave.Text =
"Save"
286         Me.cmdSave.UseVisualStyleBackColor = True
287         
'
288         
'cmdCancel
289         
'
290         Me.cmdCancel.Location = New System.Drawing.Point(
79, 275)
291         Me.cmdCancel.Name =
"cmdCancel"
292         Me.cmdCancel.Size = New System.Drawing.Size(
65, 23)
293         Me.cmdCancel.TabIndex =
9
294         Me.cmdCancel.Text =
"Cancel"
295         Me.cmdCancel.UseVisualStyleBackColor = True
296         
'
297         
'FrmSTOCKADD
298         
'
299         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
300         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
301         Me.BackColor = System.Drawing.Color.WhiteSmoke
302         Me.ClientSize = New System.Drawing.Size(
330, 305)
303         Me.Controls.Add(Me.cmdCancel)
304         Me.Controls.Add(Me.cmdSave)
305         Me.Controls.Add(Me.GroupBox1)
306         Me.Controls.Add(Me.Panel1)
307         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
308         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
309         Me.MaximizeBox = False
310         Me.MinimizeBox = False
311         Me.Name =
"FrmSTOCKADD"
312         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
313         Me.Text =
"Stock Information"
314         Me.Panel1.ResumeLayout(False)
315         Me.Panel1.PerformLayout()
316         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
317         Me.GroupBox1.ResumeLayout(False)
318         Me.GroupBox1.PerformLayout()
319         Me.ResumeLayout(False)
320
321     End Sub
322     Friend WithEvents Panel1 As System.Windows.Forms.Panel
323     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
324     Friend WithEvents Label2 As System.Windows.Forms.Label
325     Friend WithEvents Label1 As System.Windows.Forms.Label
326     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
327     Friend WithEvents txtqty As System.Windows.Forms.TextBox
328     Friend WithEvents Label6 As System.Windows.Forms.Label
329     Friend WithEvents txtbarcode As System.Windows.Forms.TextBox
330     Friend WithEvents Label5 As System.Windows.Forms.Label
331     Friend WithEvents txtdesc As System.Windows.Forms.TextBox
332     Friend WithEvents Label4 As System.Windows.Forms.Label
333     Friend WithEvents txtproductid As System.Windows.Forms.TextBox
334     Friend WithEvents Label3 As System.Windows.Forms.Label
335     Friend WithEvents cmdSave As System.Windows.Forms.Button
336     Friend WithEvents cmdCancel As System.Windows.Forms.Button
337     Friend WithEvents dtPicker As System.Windows.Forms.DateTimePicker
338     Friend WithEvents Label7 As System.Windows.Forms.Label
339     Friend WithEvents cmbsupplier As System.Windows.Forms.ComboBox
340     Friend WithEvents Label9 As System.Windows.Forms.Label
341     Friend WithEvents dtreceived As System.Windows.Forms.DateTimePicker
342     Friend WithEvents Label8 As System.Windows.Forms.Label
343     Friend WithEvents txtdelivery As System.Windows.Forms.TextBox
344     Friend WithEvents txtaddress As System.Windows.Forms.TextBox
345     Friend WithEvents Label11 As System.Windows.Forms.Label
346     Friend WithEvents Label10 As System.Windows.Forms.Label
347 End Class


Gõ tìm kiếm nhanh...